removed? Why does the only log entry mentioning this function contain
no actual information?
;;; Here is a checkin hook that may prove useful to sites using the
;;; ChangeLog facility supported by Emacs.
(defun vc-comment-to-change-log (&optional file)
- "Update change log from comments entered into VC for the current file.
+ "Update change log from comments entered into VC for the current file.
Optional FILE specifies the change log file name; see `find-change-log'.
See `vc-update-change-log'."
+ (interactive)
(let ((log (find-change-log file)))
(if log
(let ((default-directory (or (file-name-directory log)